home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Dermatology / Algorithm.swf / scripts / DefineButton2_207 / BUTTONCONDACTION on(release, releaseOutside).as next >
Encoding:
Text File  |  2001-02-15  |  246 b   |  7 lines

  1. on(release, releaseOutside){
  2.    _root.isRollOverEnable = false;
  3.    _root.turn("off",myAO[0].myL,myAO[0].myQ,myAO[0].myA,myAO[0].myC);
  4.    _root.turn("off",myAO[1].myC,myAO[1].myQ,myAO[1].myA,myAO[1].myL);
  5.    myL[0].gotoAndPlay("turn on");
  6. }
  7.